-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added GCS support guide to template files #233
base: main
Are you sure you want to change the base?
Conversation
Following our last discussion, I will keep this PR active. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks great. This just needs some small updates to align with the decision to no longer redistribute MinIO and reference it in our documentation.
## Access key information for S3/MinIO access. | ||
## If using MinIO, use the user and password from the MinIO configuration above here. Otherwise, S3 credentials will need to be provided. | ||
## Access key information for S3/MinIO/GCS access. | ||
## If using MinIO, use the user and password from the MinIO configuration above here. Otherwise, S3/GCS credentials will need to be provided. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note, in recent PRs we've removed references to MinIO since its not longer supported and included in our top level Helm chart. Review the latest versions of these templates to ensure your additions align with this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note, the comment applies to both files changed in this PR and not just this single line.
What does this Pull Request accomplish?
Added comments to help the user configure GCS as object storage for SLE using the template values and secrets file.
Note: GCS support is not yet added to
dataframe service
. Because in dataframe service we are using S3 DeleteObjects API which is not supported by GCS S3 interoperable XML API, refer this for more information. The respective documentation for the dataframe service will be updated once we add this support.Why should this Pull Request be merged?
Helps the user configure GCS as an object storage solution in SystemLink Enterprise except for Dataframe service.
What testing has been done?
NA